wxSlider
Table of Contents


Creation parameters

  • func get_slide_value( atom slider )   
  • proc set_slide_value( atom slider, atom val )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxScrollBar

    wxSlider
    Table of Contents

    [func]
    get_slide_value
    ( atom slider )

    Category: wxSlider

    Returns an integer representing the current position of the slider.

    See Also: set_slide_value


    wxSlider
    Table of Contents

    [proc]
    set_slide_value
    ( atom slider, atom val )

    Category: wxSlider

    Sets the specified slide to the position noted by val.

    See Also: get_slide_value